home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / jikes-1.02 / README.AMIGA < prev    next >
Encoding:
Text File  |  1978-01-01  |  1.4 KB  |  34 lines

  1. This is a native Amiga port (no ixemul.library required) of jikes,
  2. the free Java compiler from IBM, compiled for a plain 68000.
  3.  
  4. The Aminet version is the latest stable version.  The current development
  5. version can be found at http://dias.cti.gr/~kyrimis/jikes/ .
  6.  
  7. REQUIREMENTS:
  8. * An Amiga with enough memory to run the program.
  9. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  10.  
  11. INSTALLATION:
  12. Simply copy the jikes executable somewhere in your path.
  13.  
  14. USAGE:
  15. Set either the CLASSPATH or the JIKESPATH environment variable to point
  16. to the directories and zip/jar files that you want your compiler to use.
  17. E.g., if you are using Kaffe, you can say:
  18. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  19. Separate the path components using semicolons. You can use UNIX "." and ".."
  20. notation for the current directory and for the parent directory of a
  21. directory.
  22.  
  23. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  24. and I'll see what I can do.
  25.  
  26. Kriton Kyrimis.
  27.  
  28. ******************************************************************************
  29. This software is subject to the terms of the IBM Public License, available
  30. at the following URL: http://www.research.com/jikes/license/license3.htm.
  31. Copyright (C) 1996, 1999 International Business Machines Corporation
  32. and others.  All Rights Reserved.
  33. ******************************************************************************
  34.